FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > ListBase<T> クラス : InsertRange メソッド |
'Declaration
Public Sub InsertRange( _ ByVal index As Integer, _ ByVal collection As IEnumerable(Of T) _ )
public void InsertRange( int index, IEnumerable<T> collection )